home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Vyzkuste / webster / setup.exe / {app} / Css / CSS9.CSS < prev   
Encoding:
Cascading Style Sheet File  |  1998-10-22  |  632 b   |  52 lines

  1. a:link
  2. {
  3.     color: rgb(204,255,0); 
  4. }
  5. a:visited
  6. {
  7.     color: rgb(102,204,0); 
  8. a:active 
  9. {
  10.     color: rgb(255,255,0);
  11. }
  12. body
  13. {
  14.     font-family: Verdana, Arial, Helvetica;
  15.     background-color: rgb(0,0,0);
  16.     color: rgb(102,255,51);
  17. }
  18. table
  19. {
  20.     table-border-color-light: rgb(255,255,153);
  21.     table-border-color-dark: rgb(255,255,51); 
  22. }
  23. h1, h2, h3, h4, h5, h6
  24. {
  25.     font-family: Verdana, Arial, Helvetica;
  26. }
  27. h1
  28. {
  29.     color: rgb(204,255,0);
  30. }
  31. h2
  32. {
  33.     color: rgb(153,504,255); 
  34. }
  35. h3
  36. {
  37.     color: rgb(255,51,153); 
  38. }
  39. h4
  40. {
  41.     color: rgb(255,51,153);
  42. }
  43. h5
  44. {
  45.     color: rgb(153,504,255);
  46. }
  47. h6
  48. {
  49.     color: rgb(204,255,0);
  50. }
  51.